home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fun & Games 2 (Canada)
/
Fun & Games CD-ROM (Canada).bin
/
hrs.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-10-03
|
213 b
|
20 lines
@echo off
lh hrslogo
:start
lh dosroc
if not exist c:\hrs_app.bat goto exit
echo starting program
call c:\hrs_app.bat
pause
cls
cd \
echo returning to CD-ROM menu program
goto start
:exit